From e3c0ad6c82b945362ac95cd42120b802d57949da Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 20 Jul 2010 11:09:21 +0100 Subject: [PATCH] hvmloader: Download gpxe bits via HTTP rather than GIT protocol. Latter is faster but won't work through all firewall setups. Signed-off-by: Keir Fraser --- tools/firmware/etherboot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index 7d19a765a5..13ea721364 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -4,7 +4,9 @@ XEN_ROOT = ../../.. include $(XEN_ROOT)/tools/Rules.mk include Config -GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git +# NB. git:// protocol is faster but doesn't work through all firewalls +# GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git +GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git GPXE_GIT_TAG := v1.0.1 D=gpxe -- 2.30.2